home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
com_net
/
tcp
/
amitcp
/
db
/
netdb
< prev
next >
Wrap
Text File
|
2000-01-01
|
783b
|
39 lines
;
; netdb -- the network database file for AmiTCP/IP
;
; Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
; Helsinki University of Technology, Finland.
; All rights reserved.
;
; $Id: netdb,v 1.8 1994/03/26 13:01:34 too Exp $
;
; Created : Thu Apr 22 15:05:21 1993 ppessi
; Last modified: Sat Mar 26 15:00:52 1994 too
;
; Include information from local networking environment
; (File created by installer)
WITH netdb-myhost
;
; hosts
;
H 127.0.0.1 localhost
WITH hosts PREFIX=H
;
; Local networks
;
N loopback-net 127 software-loopback-net
;
; Protocols
;
WITH protocols PREFIX=P
;
; Network services, Internet style
;
WITH services PREFIX=S
;
; Access control list for incoming connections.
;
WITH inet.access PREFIX=ACCESS
;;;; EOF